home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
misc_pto
/
amaze2
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1989-02-06
|
633b
|
15 lines
echo off
cls
if exist insthd.com goto cont
echo ----------------------------------------------------------------------
echo - !!! E R R O R -- Wrong diskette and/or default drive !!! -
echo ----------------------------------------------------------------------
echo - 1) Make sure system is defaulted to a DISKETTE drive (A, B, etc.) -
echo - 2) Please place AMAZE 1.7 diskette #1 into the default drive. -
echo - 3) Type INSTALL then press Enter key to begin installation. -
echo ----------------------------------------------------------------------
goto exit
:cont
insthd
:exit